home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
001
/
prcmscrp.arc
/
SOURCE.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1985-07-14
|
1KB
|
22 lines
/**********************************************************************/
/* */
/* Sample command file for automatic logon to the Source (r) through */
/* Uninet. */
/* */
/**********************************************************************/
%E1 /* emulate VT-100 */
%P"40" /* wait up to 40 seconds for incoming characters */
%C"20" /* Call dial dir entry number 20 (Uninet) */
%T"!" /* Transmit Carriage return <CR> */
%T"!" /* Transmit Carriage return <CR> */
%T".!" /* Transmit "." (period) <CR> */
%I"service :" /* Wait for Uninet's response */
%T"S15!" /* Request the Source */
%I">" /* Wait for prompt from the Source */
%T"ID BBX714!" /* Transmit user id <CR> */
%W"20" /* wait... The Source takes a while at first... */
%I"Password?" /* Wait for Source password prompt */
%T"BOAT77!" /* Transmit password <CR> */
%A /* Sound alarm to let you know logon is complete */